Non Hierarchical View Based Algorithm
open class NonHierarchicalViewBasedAlgorithm<T : ClusterItem?> : NonHierarchicalDistanceBasedAlgorithm<T> , ScreenBasedAlgorithm<T>
This algorithm works the same way as NonHierarchicalDistanceBasedAlgorithm but works, only in visible area. It requires to be reclustered on camera movement because clustering is done only for visible area.
Functions
Link copied to clipboard
Adds a collection of items to the algorithm
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Removes an item from the algorithm
Link copied to clipboard
Removes a collection of items from the algorithm
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Updates the provided item in the algorithm
Link copied to clipboard
Update view width and height in case map size was changed.